home *** CD-ROM | disk | FTP | other *** search
- #
- # Zustands-▄berwachungs-Script
- # State Watch Script
- #
- # Sammler
- #
- # created: 15-Jun-2000 Bernd
- #
- # (C) COPYRIGHT 2000 RADONLABS GMBH
- #
-
- proc sammlerwatch_normal {} {
-
- # Auf Brockensuche verzweigen
- if {[.iskilled] == "true"} {
- .announcestate explode
- } else {
- .announcestate waitsearch
- }
- }
-
- proc sammlerwatch_handcontrol {} {
-
- # Auf Brockensuche verzweigen
- if {[.iskilled] == "true"} {
- .announcestate explode
- } elseif {[.ishandcontrol] == "false"} {
- .announcestate normal
- }
- }
-
- # Um Aufschaukeln an einem Hindernis zu verhindern, vorerst nicht rekursiv
- proc sammlerwatch_avoidcollision {} {
-
- # evtl auf normal zurueck
- if {[.iskilled] == "true"} {
- .announcestate explode
- } elseif {[.ishandcontrol] == "true"} {
- .announcestate handcontrol
- } elseif { ([.iscommandlistfinished] == "true") && ([.isfirstframe] == "false")} {
- .popstate
- }
- }
-
- proc sammlerwatch_explode {} {
-
- # Nach Animation wegnehmen
- if {[.isanimfinished] == "true"} {
- .setremoveable true
- }
- }
-
- proc sammlerwatch_waitsearch {} {
-
- # Nur Suchen
- if {[.iskilled] == "true" } {
- .announcestate explode
- } elseif {[.ishandcontrol] == "true"} {
- .announcestate handcontrol
- } elseif {([.iscontainerfull] == "true") && ("null" != [.getgarage])} {
-
- # goto garage if exists
- .setgaragetarget
- .announcestate goto
- } else {
-
- # Zielsuche
- set tgt [.searchtarget]
- if {$tgt == "null"} {
- if {"null" != [.getgarage]} {
- .setgaragetarget
- .announcestate goto
- }
- } else {
- .setvehicletarget $tgt 5 true
- .announcestate goto
- }
- }
- }
-
- proc sammlerwatch_sleep {} {
-
- set garage [.getgarage]
-
- # Ziel weckt auf, sonst nix
- if {[.iskilled] == "true"} {
- .announcestate explode
- } elseif {[.hastarget] == "true"} {
- .announcestate leavegarage
- } elseif {[$garage.getsleepmode] == "true"} {
- .announcestate offline
- } else {
-
- # Nix? Dann selbst welche suchen
- set tgt [.searchtarget]
- if {$tgt != "null"} {
- .setvehicletarget $tgt 5 true
- .announcestate leavegarage
- }
- }
- }
-
- proc sammlerwatch_offline {} {
-
- set garage [.getgarage]
-
- # Ziel weckt auf, sonst nix
- if {[.iskilled] == "true"} {
- .announcestate explode
- } elseif {[$garage.getsleepmode] == "false"} {
- .announcestate sleep
- }
- }
-
- proc sammlerwatch_leavegarage {} {
-
- # Wenn die Garage mit der Animation fertig ist, schaltet sie
- # uns direkt nach Goto. Wir muessen nix machen. Wenn wir selbst
- # auf visible reagieren wuerden, koennten wir das erst im naechsten
- # Frame und waeren so fuer einen Frame unsichtbar!
- if {[.iskilled] == "true"} {
- .announcestate explode
- }
- }
-
- proc sammlerwatch_goto {} {
-
- # Hier spaeter kollision und erneute Scriptauswahl...
- if {[.iskilled] == "true"} {
- announcestate explode
- } elseif {[.ishandcontrol] == "true"} {
- .announcestate handcontrol
- } elseif {[.hastarget] == "false"} {
- .clearcommandlist
- .announcestate waitsearch
- } elseif {[.reachedtarget] == "true"} {
-
- set tgt [.gettarget]
- set target [lindex $tgt 1]
-
- # at garage?
- if {([.getgarage] == $target) && ("null" != [.getgarage])} {
- .announcestate approachgarage
- }
-
- # break off formation, give free members my target
- .givetargettomembers false
- } elseif {[.getavoidcollisionkind] != "nothing"} {
- .pushstate
- .announcestate avoidcollision
- }
- }
-
- proc sammlerwatch_approachgarage {} {
-
- if {[.iskilled] == "true"} {
- .announcestate explode
- } elseif {[.ishandcontrol] == "true"} {
- .announcestate handcontrol
- } elseif {[.reachedtarget] == "true"} {
- .announcestate entergarage
- }
- }
-
- proc sammlerwatch_entergarage {} {
-
- # Die Garage weiss, wann die Animation fertig ist.
- # sie schaltet bei mir das insidegarage-Flag
- if {[.iskilled] == "true"} {
- .announcestate explode
- } elseif {[.isinsidegarage] == "true"} {
- .announcestate unload
- }
- }
-
-
- proc sammlerwatch_unload {} {
-
- set garage [.getgarage]
-
- if {[.iskilled] == "true"} {
- .announcestate explode
- } elseif {[.iscontainerempty] == "true"} {
- if {[$garage.getsleepmode] == "true"} {
- .announcestate offline
- } else {
- .announcestate sleep
- }
- }
- }
-
- proc sammlerwatch_cinematic {} {
-
- # empty
- }
-
- # ============================================================================
-
- proc sammler_addtogarage {} {
-
- # in sleep mode we must be in coordinate system of garage (in order to move
- # if island moves)!
- set garage [.getgarage]
- if {"null" != $garage} {
- $garage.addchildvehicle [psel]
- } else {
- puts "BUG (addtogarage): [psel] has no garage!"
- }
- }
-
- proc sammler_removefromgarage {} {
-
- # remove object from garage after output animation
- set garage [.getgarage]
- if {"null" != $garage} {
- $garage.removechildvehicle [psel]
- } else {
- puts "BUG (removefromgarage): [psel] has no garage!"
- }
- # shall we connect the viewer to us?
- if {[.getviewergrab] == "true"} {
- if {$garage == [/world.getviewercarrier]} {
- /world.setviewercarrier [psel]
- /world.sethandcontrol [psel]
- }
- .setviewergrab "false"
- }
- }
-
- # ---
- # EOF
-
-